home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / ftpdaemon.lha / FtpDaemon10.readme
Text File  |  1993-11-24  |  2KB  |  56 lines

  1. FTP Daemon for AmiTCP with MultiUser support
  2.  
  3. Uploaded by: Jan Verhoeven   <J.Verhoeven@nw.hse.nl>
  4. Written by: Joran Jessurun
  5. Date: 24 novemebr 1993
  6. Version 1.0
  7.  
  8.  Yes this is an ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).
  9. It has Multi-User support (we use MultiUser v1.5).
  10.  
  11. To install it make sure that your inetd.conf file looks like this:
  12.  
  13. #       inetd internal services
  14. ##
  15. #
  16. daytime   stream      tcp nowait root internal
  17. daytime   dgram       udp nowait root internal
  18. time      stream      tcp nowait root internal
  19. time      dgram       udp nowait root internal
  20. echo      stream      tcp nowait root internal
  21. echo      dgram       udp nowait root internal
  22. discard   stream      tcp nowait root internal
  23. discard   dgram       udp nowait root internal
  24. chargen   stream      tcp nowait root internal
  25. chargen   dgram       udp nowait root internal
  26. # our additions 12-11-1993
  27. ftp       stream      tcp nowait root amitcp:serv/ftpd
  28. telnet    stream      tcp nowait root amitcp:serv/telnetd
  29. amimsg    stream      tcp nowait root amitcp:serv/amimsgd
  30. amiganetfs stream     tcp nowait root amitcp:serv/netfs-server
  31. # An experimental finger server
  32. finger    stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd s:.plan
  33.  
  34. From the file it is clear where to put the ftpd program.
  35.  
  36. As you have seen there is another line in it: amimsg, It is a little bonus
  37. added to this file. It is called AmiMsg and it´s deamon AmiMsgd.
  38. It is a little message program
  39. To use this one you have to add the following line to your services file:
  40.  
  41. ##
  42. amimsg      612/tcp             AmiMsgd ;place Amiga messageon screen
  43. ##
  44.  
  45. We took port 612 since it wasn´t used maybe this will change in future.
  46.  
  47. If you have any questions mail me and I will pass them on to Joran
  48. Jessurun.
  49.  
  50. Technical:
  51.  Written on an Amiga 4000/40
  52.  tested on Amiga´s 500, 2000, 3000 with several types of accelerators.
  53.  with and without MultiUser installed.
  54.  
  55. Jan verhoeven 24-11-1993
  56.